google.golang.org/grpc.clientStream.numRetriesSincePushback (field)
4 uses
google.golang.org/grpc (current package)
stream.go#L531: numRetriesSincePushback int // retries since pushback; to reset backoff
stream.go#L668: cs.numRetriesSincePushback = 0
stream.go#L670: fact := math.Pow(rp.BackoffMultiplier, float64(cs.numRetriesSincePushback))
stream.go#L676: cs.numRetriesSincePushback++
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)